<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select {
	/*��羔�藥�莅ょ�紊翫�紮�*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*��羔�藥�莅ょ�紊雁���*/
	border: none;
	width: 52px;
	font-size: 14px;
	color: #666;
	text-align-last: center;
	/* �����筝�*/
	background: url(../images/xljt.png) no-repeat right 0rem center;
}

/*筝������紊�*/
select:focus {
	background: url(../images/sljt.png) no-repeat right 0rem center;
}

/*篆���option*/
option::-ms-expand {
	display: none;
}

option {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari �� Chrome */
	appearance: none;
}

/* --�����峨�篏�蘂���--*/
option:hover {
	color: #fff;
	background-color: #1E90FF;
}

.swiper-slide img{
	width: 100%;
}
.perd{
	width: 100%;
	height: 55px;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: -54px;
	position: relative;
	z-index: 9;
}
.perd a{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}
.newsBner .swiper-button-next{
	background: url(../images/an_y.png) no-repeat;
	width: 35px;
}
.newsBner .swiper-button-prev{
	width: 35px;
	background: url(../images/an_z.png) no-repeat;
}
.newsTion{
	width: 20% !important;
	left: auto !important;
	right: 0%;
	text-align: center;
	bottom: 6% !important;
}
.newsTion .swiper-pagination-bullet{
	background: white;
	width: 9px;
	height: 9px;
	opacity:1;
}
.newsTion .swiper-pagination-bullet-active{
	background: #DDA300;
}</pre></body></html>